Re-exports

pub use biginteger::*;
pub use bititerator::*;
pub use bits::*;
pub use bytes::*;
pub use error::*;
pub use errors::*;
pub use iterator::*;
pub use math::*;
pub use parallel::*;
pub use self::rand::*;
pub use serialize::*;

Modules

Macros

Returns an iterator over chunk_size elements of the slice at a time.

Returns an iterator over chunk_size elements of the slice at a time.

Creates parallel iterator if parallel feature is enabled.

Creates parallel iterator over refs if parallel feature is enabled.

Creates parallel iterator over mut refs if parallel feature is enabled.

Applies the reduce operation over an iterator.

Takes as input a sequence of structs, and converts them to a series of little-endian bits. All traits that implement ToBits can be automatically converted to bits in this manner.

Takes as input a sequence of structs, and converts them to a series of little-endian bytes. All traits that implement ToBytes can be automatically converted to bytes in this manner.

Constants

Functions